home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_1267 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  265 b   |  11 lines

  1. stop();
  2. onEnterFrame = function()
  3. {
  4.    if(this.fk.hitTest(_parent._parent.man.fk) and _parent._parent.yinc >= 0)
  5.    {
  6.       _parent._parent.man._y = this.fk.getBounds(_parent._parent).yMin;
  7.       _parent._parent.movlock = true;
  8.       this.play();
  9.    }
  10. };
  11.